home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: lugb.latrobe.edu.au!latcs1!charan
- From: charan@latcs1.lat.oz.au (Software Access)
- Subject: Using PASCAL DLL's
- X-Nntp-Posting-Host: ipc3.cs.latrobe.edu.au
- Message-ID: <DnD76n.9IF@latcs1.lat.oz.au>
- Sender: news@latcs1.lat.oz.au (news)
- Organization: Comp.Sci & Comp.Eng, La Trobe Uni, Australia
- X-Newsreader: TIN [version 1.2 PL2]
- Date: Mon, 26 Feb 1996 04:01:34 GMT
-
-
- Hi C++ Programmers..
-
- I want to use a PASCAL ( yeah...it's pascal ) DLL
- in my C++ program. I am using the imdef function to create the
- definitions for the functions in the pascal dll.
-
- Say something like this.
-
-
- WEP @1
- triple @2
-
- Then i use implib to make a library depending on the def file.
-
- Then i declare something like this...
-
-
-
- IMPORTS
- TRYDLL.triple
-
-
- The BC45 compiler gives me a syntax error!. What am i doing wrong ?.
- There is no such example in the manuals. Symantec C++ manual has some
- code to explain, but that doesn't help either.
-
- Email to : charan@latcs1.cs.latrobe.edu.au
-
- Thanx in Advance.
-
-